home *** CD-ROM | disk | FTP | other *** search
/ Word Heads / Word Heads (1997)(Theatrix)[Mac-PC].iso / mac / Getconn.ini < prev    next >
INI File  |  1997-07-22  |  1KB  |  54 lines

  1.  
  2. ; fonts to be installed by demo
  3. ; true type only!
  4. [fonts]
  5. count=2
  6. font1=snootian.ttf
  7. font2=maft____.ttf
  8.  
  9. [config]
  10. url=http://www.theatrix.com/whead.html
  11.  
  12. ; this describes the main screen
  13. ; x and y are the origin of the image
  14. ; bmp is the image and buttons is the number of buttons
  15. [$main]
  16. bmp=1
  17. x=0
  18. y=0
  19. buttons=3
  20. prefix=button
  21.  
  22. ; this describes the first button, its origin relative to the upper
  23. ; left corner of the client area (below the title and menu)
  24. ; up and down are the up and down button images
  25. ; prog is the program to run when the button is pushed
  26.  
  27. ; this button is the exit button, its prog=$exit 
  28. ; defines its function
  29. [button3]
  30. up=2
  31. down=3
  32. prog=$exit
  33. x=23
  34. y=194
  35.  
  36.  
  37. ; this button is the browser launch button, its prog=$browseurl
  38. ; defines its function
  39. [button1]
  40. up=6
  41. down=7
  42. prog=$browseurl
  43. x=79
  44. y=149
  45.  
  46. ; this button is the browser setup button, its prog=$browsersetup
  47. ; defines its function
  48. [button2]
  49. up=4
  50. down=5
  51. prog=$browsersetup
  52. x=236
  53. y=189
  54.